- converTalbe
string[][] converTalbe(const(char)*** table)
Undocumented in source. Be warned that the author may not have intended to support it.
- releaseTalbe
void releaseTalbe(const(char)*** table)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- soapGetData
const(char)*** soapGetData(const(char)* host, const(char)* cert, const(char)* pass, const(char)** fields, const(char)** ident, bool withHeader, long interval, long retry)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- soapGetData
string[][] soapGetData(string host, string cert, string pass, string[] fields, string[] idents, bool withHeader, long interval, long retry)
Undocumented in source. Be warned that the author may not have intended to support it.
- soapGetHistorical
const(char)*** soapGetHistorical(const(char)* host, const(char)* cert, const(char)* pass, const(char)** fields, const(char)** ident, const(char)* source, long startDate, long endDate, bool withHeader, long interval, long retry)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- soapGetHistorical
string[][] soapGetHistorical(string host, string cert, string pass, string[] fields, string[] idents, string source, long startDate, long endDate, bool withHeader, long interval, long retry)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStrings
const(char)** toStrings(string[] strs)
Undocumented in source. Be warned that the author may not have intended to support it.